home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 1 Issue 2 / PDCD-1 - Issue 02.iso / _utilities / utilities / 004 / _adhesive / tools / readme next >
Text File  |  1994-09-13  |  2KB  |  42 lines

  1. Tools Contents
  2. ~~~~~~~~~~~~~~
  3.  
  4. ShCLib        List of entry point numbers for Shared C Library (object 1)
  5.         
  6. !CAHG        C Adhesive Header Generator
  7.         
  8. !Shorten    Removes relocation code generated by !Link from the end
  9.         of an object if it is not needed (ie no relocations).
  10.  
  11. h        Header files for use with the object files in 'o'.
  12.  
  13. o        Object files for use with the header files in 'h'.
  14.  
  15. bin        Contains binaries for the DDE tools !CAHG and !Shorten.
  16.         Also contains:
  17.         
  18.         KillAll - deregisters all user and removes all objects 
  19.         from memory. Don't run this if there are active users using
  20.         Adhesive object - they may crash. The objects finalisation
  21.         entry points are called.
  22.         This is useful if you have just had some nasty errors like
  23.         Address exception / Uncaught trap and your program hasn't
  24.         deregistered with Adhesive so Adhesive complains the object
  25.         is still in use when you try and remove the object to install
  26.         a new version of the object (eg after recompiling to remove
  27.         the bug which causes the address exception.)
  28.         
  29.         AdhInfo - outputs information on what users and objects
  30.         are currently running/installed.
  31.  
  32.         AdhObjInfo - outputs detailed information on objects.
  33.         Usage: AdhObjInfo - information on all installed objects
  34.                AdhObjInfo <file name of Obj file>
  35.                          - information on an object which is not
  36.                            installed
  37.                AdhObjInfo <object id> <object ver>
  38.                e.g. AdhObjInfo 123 1.00
  39.                          - information on a particular object
  40.                            which is installed
  41.  
  42.